home *** CD-ROM | disk | FTP | other *** search
/ TOS Silver 2000 / TOS Silver 2000.iso / programm / AGNUS / SRC / OC_TEST / CMDFILE.1 next >
Encoding:
Text File  |  1998-02-07  |  339 b   |  12 lines

  1. # translate the Module example...
  2. #
  3. # -b16000 uses 12 * 16KB buffers instead of 12 * 64KB buffers (saves RAM)
  4. # -g1 and -g2 are building less complex code (required for Sozobon C)
  5. # -dd_module.h sets the name of the module declaration file (required)
  6. #
  7. oc -b16000 -g1 -g2 -dd_module.h module.i \
  8. module.m new.m cpy.m
  9. #
  10. # done!
  11.  
  12.